home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
programr
/
eckelt01.zip
/
6
/
MAKEFILE.MET
< prev
next >
Wrap
Text File
|
1994-10-31
|
330b
|
24 lines
# Makefile for MetaWare Hi C++
# Tested with Version 3.2 on Windows NT 3.5
CPP = hcnt
.c.exe:
$(CPP) $<
.cpp.exe:
$(CPP) $<
.cpp.obj:
$(CPP) -c $*.cpp
$(CPP) $**
all: SAFECONS.exe \
CONSTAG.exe \
CONSTVAL.exe \
CONSTP.exe \
SSTACK.exe \
QUOTER.exe \
castaway.exe \
mutable.exe \
VOLATILE.exe